XMLElement.GetAttributeNode Function

Gets an XML attribute node of the attribute specified by Name, by Index position, or by URI and Name. Returns an XMLAttribute.

Syntax

result = XMLElement.GetAttributeNode( Name )

result = XMLElement.GetAttributeNode( Index )

result = XMLElement.GetAttributeNode( URI )

Parameters

Name

String

Index

Integer

URI

String

Return Value

Result

XMLAttribute

Notes

Index is zero-based.